Skip to content

Commit 1dcf769

Browse files
committed
Merge branch 'master' into code_formating
2 parents 21befd0 + 1fb0b45 commit 1dcf769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585
<dependency>
8686
<groupId>org.icatproject</groupId>
8787
<artifactId>ids.plugin</artifactId>
88-
<version>1.5.0</version>
88+
<version>2.0.0</version>
8989
</dependency>
9090

9191
<dependency>
9292
<groupId>junit</groupId>
9393
<artifactId>junit</artifactId>
94-
<version>4.13.1</version>
94+
<version>4.13.2</version>
9595
<scope>test</scope>
9696
</dependency>
9797

@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>ch.qos.logback</groupId>
114114
<artifactId>logback-classic</artifactId>
115-
<version>1.3.12</version>
115+
<version>1.4.14</version>
116116
</dependency>
117117

118118
<dependency>
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-compiler-plugin</artifactId>
268-
<version>3.10.1</version>
268+
<version>3.11.0</version>
269269
<configuration>
270270
<release>11</release>
271271
</configuration>

0 commit comments

Comments
 (0)