Skip to content

Commit

Permalink
nzbhydra2: update lombok in other/github-release-plugin/pom.xml (#911)
Browse files Browse the repository at this point in the history
* Update pom.xml

* nzbhydra2: update lombok in other/mockserver/pom.xml

* nzbhydra2: update lombok in other/discord-releaser/pom.xml
  • Loading branch information
Nanotwerp committed Jan 10, 2024
1 parent 658f755 commit 3acb2ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion other/discord-releaser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion other/github-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
Expand Down
2 changes: 1 addition & 1 deletion other/mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<spring.test.version>6.0.0</spring.test.version>
<spring.security.test.version>4.2.3.RELEASE</spring.security.test.version>
<jackson.version>2.8.9</jackson.version>
<lombok.version>1.18.24</lombok.version>
<lombok.version>1.18.30</lombok.version>
<logback.version>1.2.3</logback.version>
<guava.version>31.1-jre</guava.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 3acb2ce

Please sign in to comment.