Skip to content

Commit

Permalink
Merge pull request #966 from egonw/devel/moreDepUpdates
Browse files Browse the repository at this point in the history
Updates of code and build dependencies
  • Loading branch information
johnmay committed Apr 12, 2023
2 parents 0f581a8 + 1d33c2c commit cc8e9f8
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Build with Maven
run: mvn clean install -q -Pjacoco
- name: push JaCoCo stats to codecov.io
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build-sonarcloud:
name: Build sonarcloud
Expand Down
2 changes: 1 addition & 1 deletion base/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion base/atomtype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion base/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion base/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.1</version>
<version>3.20.0</version>
<configuration>
<rulesets>
<ruleset>/pmd/custom-data.xml</ruleset>
Expand Down
2 changes: 1 addition & 1 deletion base/datadebug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.1</version>
<version>3.20.0</version>
<configuration>
<rulesets>
<ruleset>/pmd/custom-data.xml</ruleset>
Expand Down
2 changes: 1 addition & 1 deletion base/interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion base/silent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.1</version>
<version>3.20.0</version>
<configuration>
<rulesets>
<ruleset>/pmd/custom-data.xml</ruleset>
Expand Down
2 changes: 1 addition & 1 deletion base/standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion base/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion base/valencycheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.10.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarcml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.4</version>
<version>4.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,17 +528,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand All @@ -548,7 +548,7 @@
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<version>2.0.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -566,7 +566,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -594,7 +594,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<inherited>true</inherited>
<configuration>
<archive>
Expand All @@ -609,7 +609,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.1</version>
<configuration>
<tags>
<!--cdk.depends and cdk.builddepends no longer used-->
Expand Down Expand Up @@ -723,7 +723,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.6</version>
<version>3.20.0</version>
<configuration>
<rulesets>
<ruleset>/pmd/custom.xml</ruleset>
Expand Down Expand Up @@ -762,12 +762,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.2.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<linkXRef>false</linkXRef>
Expand All @@ -781,7 +781,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.1</version>
<reportSets>
<reportSet>
<id>default</id>
Expand Down
2 changes: 1 addition & 1 deletion storage/inchi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>cdk-inchi</artifactId>

<properties>
<jna-inchi.version>1.1</jna-inchi.version>
<jna-inchi.version>1.2</jna-inchi.version>
</properties>

<name>cdk-inchi</name>
Expand Down
2 changes: 1 addition & 1 deletion storage/libiocml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.4</version>
<version>4.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/libiomd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.4</version>
<version>4.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/pdbcml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.blueobelisk</groupId>
<artifactId>cmlxom</artifactId>
<version>4.4</version>
<version>4.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit cc8e9f8

Please sign in to comment.