Skip to content

Commit 1f62153

Browse files
committed
dependency updates
1 parent b0f0826 commit 1f62153

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<module.parent>${project.basedir}</module.parent>
4949
<timestamp>${maven.build.timestamp}</timestamp>
5050
<!--workaround for automatic gitlab-ci, there ci is not starting properties-maven-plugin -->
51-
<version.compiler.plugin>3.10.1</version.compiler.plugin>
51+
<version.compiler.plugin>3.13.0</version.compiler.plugin>
5252
<!-- <maven.compiler.source>1.8</maven.compiler.source>
5353
<maven.compiler.target>1.8</maven.compiler.target> -->
5454
<maven.compiler.debug>true</maven.compiler.debug>
@@ -61,7 +61,7 @@
6161
<junit4.version>4.13.2</junit4.version>
6262
<h2.version>2.1.214</h2.version>
6363
<jmockit.version>1.49</jmockit.version>
64-
<jacoco.version>0.8.11</jacoco.version>
64+
<jacoco.version>0.8.12</jacoco.version>
6565
</properties>
6666
<inceptionYear>2012</inceptionYear>
6767
<licenses>
@@ -77,7 +77,7 @@
7777
<developerConnection>scm:git:ssh://[email protected]/p/tsl2nano/code</developerConnection>
7878
</scm>
7979
<!-- TODO: should we remove the parent? -->
80-
<!-- <parent>
80+
<!-- <parent>
8181
<groupId>org.sonatype.oss</groupId>
8282
<artifactId>oss-parent</artifactId>
8383
<version>9</version>
@@ -144,7 +144,7 @@
144144
</dependencies>
145145
</dependencyManagement>
146146
<dependencies>
147-
<!-- JaCoCo runtime must be in classpath for offline mode -->
147+
<!-- JaCoCo runtime must be in classpath for offline mode -->
148148
<dependency>
149149
<groupId>org.jacoco</groupId>
150150
<artifactId>org.jacoco.agent</artifactId>
@@ -179,10 +179,10 @@
179179
<artifactId>maven-site-plugin</artifactId>
180180
<version>3.9.0</version>
181181
</plugin>
182-
<!-- before this management, the antrun version was 1.3 -->
182+
<!-- before this management, the antrun version was 1.3 -->
183183
<plugin>
184184
<artifactId>maven-antrun-plugin</artifactId>
185-
<version>3.0.0</version>
185+
<version>3.1.0</version>
186186
</plugin>
187187
</plugins>
188188
</pluginManagement>
@@ -195,7 +195,7 @@
195195
<target>${maven.compiler.target}</target>
196196
<encoding>${project.build.sourceEncoding}</encoding>
197197
<compilerArgs>
198-
<!-- <arg>-verbose</arg> -->
198+
<!-- <arg>-verbose</arg> -->
199199
<arg>--add-exports</arg><arg>java.base/sun.security.x509=ALL-UNNAMED</arg>
200200
<arg>--add-exports</arg><arg>java.base/jdk.internal.module=ALL-UNNAMED</arg>
201201
</compilerArgs>
@@ -238,7 +238,7 @@
238238
<version>3.0.0-M8</version>
239239
<configuration>
240240
<argLine>${surefire.argLine} ${argLine}</argLine>
241-
<testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
241+
<testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
242242
<!-- <reuseForks>false</reuseForks> recreate classloader -->
243243
<!-- <useSystemClassLoader>false</useSystemClassLoader> -->
244244
<!-- <useManifestOnlyJar>false</useManifestOnlyJar> -->
@@ -391,7 +391,7 @@
391391
</execution>
392392
</executions>
393393
</plugin>
394-
<!-- deploy to maven central -->
394+
<!-- deploy to maven central -->
395395
<plugin>
396396
<groupId>org.sonatype.plugins</groupId>
397397
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -459,7 +459,7 @@
459459
<artifactId>spotbugs-maven-plugin</artifactId>
460460
<version>4.7.0.0</version>
461461
<configuration>
462-
<!-- <includeFilterFile>spotbugs-security-include.xml</includeFilterFile>
462+
<!-- <includeFilterFile>spotbugs-security-include.xml</includeFilterFile>
463463
<excludeFilterFile>spotbugs-security-exclude.xml</excludeFilterFile> -->
464464
<plugins>
465465
<plugin>
@@ -514,7 +514,7 @@
514514
<includes>
515515
<include>de/tsl2/**/*.class</include>
516516
</includes>
517-
<!-- <excludes>
517+
<!-- <excludes>
518518
<exclude>**/*.jar</exclude>
519519
<exclude>**/*.zip</exclude>
520520
</excludes>

tsl2.nano.common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.apache.ant</groupId>
104104
<artifactId>ant</artifactId>
105-
<version>1.10.12</version>
105+
<version>1.10.14</version>
106106
</dependency>
107107
<!-- https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports -->
108108
<dependency>

tsl2.nano.d8portal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.jboss.resteasy</groupId>
2828
<artifactId>resteasy-client</artifactId>
29-
<version>4.7.7.Final</version>
29+
<version>4.7.9.Final</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

tsl2.nano.directaccess/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.hibernate</groupId>
5959
<artifactId>hibernate-entitymanager</artifactId>
60-
<version>5.6.14.Final</version>
60+
<version>5.6.15.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>

tsl2.nano.h5/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
<dependency>
447447
<groupId>org.java-websocket</groupId>
448448
<artifactId>Java-WebSocket</artifactId>
449-
<version>1.5.3</version>
449+
<version>1.5.6</version>
450450
</dependency>
451451
<dependency>
452452
<groupId>com.sun.jersey</groupId>
@@ -520,19 +520,19 @@
520520
<dependency>
521521
<groupId>org.hsqldb</groupId>
522522
<artifactId>hsqldb</artifactId>
523-
<version>2.7.1</version>
523+
<version>2.7.3</version>
524524
<scope>test</scope>
525525
</dependency>
526526
<dependency>
527527
<groupId>mysql</groupId>
528528
<artifactId>mysql-connector-java</artifactId>
529-
<version>8.0.31</version>
529+
<version>8.0.33</version>
530530
<scope>runtime</scope>
531531
</dependency>
532532
<dependency>
533533
<groupId>org.hibernate</groupId>
534534
<artifactId>hibernate-tools</artifactId>
535-
<version>5.6.14.Final</version>
535+
<version>5.6.15.Final</version>
536536
<scope>runtime</scope>
537537
</dependency>
538538
<!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf -->
@@ -576,7 +576,7 @@
576576
<scope>test</scope>
577577
</dependency>
578578
<dependency>
579-
<!-- H2 1.4.199 seems not to be compatible with newer version of lucene (like 7.1.0) -->
579+
<!-- H2 1.4.199 seems not to be compatible with newer version of lucene (like 7.1.0) -->
580580
<groupId>org.apache.lucene</groupId>
581581
<artifactId>lucene-analyzers-common</artifactId>
582582
<version>5.5.5</version>

tsl2.nano.ormliteprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.hibernate</groupId>
4040
<artifactId>hibernate-entitymanager</artifactId>
41-
<version>5.6.14.Final</version>
41+
<version>5.6.15.Final</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>

tsl2.nano.replication/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.hibernate</groupId>
7878
<artifactId>hibernate-entitymanager</artifactId>
79-
<version>5.6.14.Final</version>
79+
<version>5.6.15.Final</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.yaml</groupId>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>
8888
<artifactId>jackson-databind</artifactId>
89-
<version>2.14.1</version>
89+
<version>2.17.2</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>net.sf.tsl2nano</groupId>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.mockito</groupId>
105105
<artifactId>mockito-core</artifactId>
106-
<version>5.10.0</version>
106+
<version>5.12.0</version>
107107
<scope>test</scope>
108108
</dependency>
109109
<dependency>

tsl2.nano.restaccess/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.jboss.resteasy</groupId>
8181
<artifactId>resteasy-client</artifactId>
82-
<version>3.14.0.Final</version>
82+
<version>3.15.6.Final</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<!-- to be runnable on other appservers than jboss/wildfly -->
@@ -91,13 +91,13 @@
9191
<dependency>
9292
<groupId>org.jboss.resteasy</groupId>
9393
<artifactId>resteasy-jaxrs</artifactId>
94-
<version>3.0.12.Final</version>
94+
<version>3.0.26.Final</version>
9595
<scope>provided</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jboss.resteasy</groupId>
9999
<artifactId>resteasy-jackson-provider</artifactId>
100-
<version>3.0.16.Final</version>
100+
<version>3.0.26.Final</version>
101101
<scope>provided</scope>
102102
</dependency>
103103
<dependency>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.hibernate.javax.persistence</groupId>
111111
<artifactId>hibernate-jpa-2.1-api</artifactId>
112-
<version>1.0.0.Final</version>
112+
<version>1.0.2.Final</version>
113113
<scope>provided</scope>
114114
</dependency>
115115
</dependencies>

tsl2.nano.serviceaccess/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>commons-io</groupId>
3535
<artifactId>commons-io</artifactId>
36-
<version>2.11.0</version>
36+
<version>2.16.1</version>
3737
</dependency>
3838
<!-- https://mvnrepository.com/artifact/org.hibernate.javax.persistence/hibernate-jpa-2.1-api -->
3939
<dependency>
@@ -96,16 +96,16 @@
9696
<artifactId>junit</artifactId>
9797
<version>${junit4.version}</version>
9898
</dependency>
99-
<!-- JaCoCo runtime must be in classpath for offline mode -->
100-
<!-- <dependency>
99+
<!-- JaCoCo runtime must be in classpath for offline mode -->
100+
<!-- <dependency>
101101
<groupId>org.jacoco</groupId>
102102
<artifactId>org.jacoco.agent</artifactId>
103103
<classifier>runtime</classifier>
104104
<version>${jacoco.version}</version>
105105
<scope>test</scope>
106106
</dependency> -->
107-
108-
<!-- <dependency>
107+
108+
<!-- <dependency>
109109
<groupId>org.junit.jupiter</groupId>
110110
<artifactId>junit-jupiter-engine</artifactId>
111111
<version>5.10.2</version>

0 commit comments

Comments
 (0)