Skip to content

Commit

Permalink
Merge pull request #146 from icatproject/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
RKrahl authored Dec 6, 2023
2 parents 080301b + 3234048 commit 1fb0b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
<dependency>
<groupId>org.icatproject</groupId>
<artifactId>ids.plugin</artifactId>
<version>1.5.0</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -111,7 +111,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.12</version>
<version>1.4.14</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<release>11</release>
</configuration>
Expand Down

0 comments on commit 1fb0b45

Please sign in to comment.