Skip to content

Commit

Permalink
Merge pull request #2218 from openturing/dependabot/maven/0.3.9/java-…
Browse files Browse the repository at this point in the history
…e59cfbfe9a

Bump the java group with 3 updates
alegauss authored Nov 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents f94ff10 + 92ccda8 commit fdc6cd5
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -267,7 +267,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<version>1.18.36</version>
</dependency>
</dependencies>
</dependencyManagement>
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<version>1.18.36</version>
<optional>true</optional>
</dependency>
<dependency>
2 changes: 1 addition & 1 deletion turing-app/pom.xml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.15.3</version>
<version>8.16.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
2 changes: 1 addition & 1 deletion turing-filesystem/fs-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.14</version>
<version>6.2.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit fdc6cd5

Please sign in to comment.