Skip to content

Commit

Permalink
Merge pull request #22 from rtdi/master
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
wernerdaehn authored Sep 3, 2024
2 parents 4878910 + c5db1c6 commit 197d755
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion abaprealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>io.rtdi.sap</groupId>
<artifactId>jdbcabap</artifactId>
<version>0.2.0</version>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hanarealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version>2.16.14</version>
<version>2.21.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mysqlrealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
<version>9.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>0.9.16</revision>
<tomcatversion>10.0.13</tomcatversion>
<log4j.version>2.19.0</log4j.version>
<flatten.version>1.3.0</flatten.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<revision>0.9.18</revision>
<tomcatversion>10.1.28</tomcatversion>
<log4j.version>2.23.1</log4j.version>
<flatten.version>1.6.0</flatten.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
</properties>
<build>
<finalName>${project.artifactId}</finalName>
Expand Down Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
<version>2.17.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion postgresqlrealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion snowflakerealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.13.29</version>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sqlserverrealm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.2.jre17</version>
<version>12.8.1.jre11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 197d755

Please sign in to comment.