Skip to content

Commit 3fe4555

Browse files
chore(deps): bump the maven-dependencies group with 5 updates (#2849)
Bumps the maven-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-all](https://github.com/apache/groovy) | `5.0.7` | `5.0.8` | | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `5.0.7` | `5.0.8` | | org.apache.felix:maven-bundle-plugin | `6.0.2` | `6.1.0` | | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | `5.4.3` | `5.4.5` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.22.2` | `1.23.1` | Updates `org.apache.groovy:groovy-all` from 5.0.7 to 5.0.8 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 5.0.7 to 5.0.8 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 5.0.7 to 5.0.8 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.felix:maven-bundle-plugin` from 6.0.2 to 6.1.0 Updates `org.omnifaces:omnifaces` from 5.4.3 to 5.4.5 - [Commits](omnifaces/omnifaces@5.4.3...5.4.5) Updates `org.jsoup:jsoup` from 1.22.2 to 1.23.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.22.2...jsoup-1.23.1) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all dependency-version: 5.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.felix:maven-bundle-plugin dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.omnifaces:omnifaces dependency-version: 5.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2270e7 commit 3fe4555

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<mockito.version>5.23.0</mockito.version>
128128
<bytebuddy.version>1.18.11</bytebuddy.version>
129129
<gmaven.version>5.1.0</gmaven.version>
130-
<groovy.version>5.0.7</groovy.version>
130+
<groovy.version>5.0.8</groovy.version>
131131
<junit.version>6.1.2</junit.version>
132132
<junit.server.jetty.version>3.5.0</junit.server.jetty.version>
133133
<hibernate.version>7.4.5.Final</hibernate.version>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>org.apache.felix</groupId>
323323
<artifactId>maven-bundle-plugin</artifactId>
324-
<version>6.0.2</version>
324+
<version>6.1.0</version>
325325
<dependencies>
326326
<!-- Required to upgrade bnd in the maven-bundle-plugin to be able to handle Multi-Release jars -->
327327
<dependency>

support/jakarta-ee/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>org.omnifaces</groupId>
7373
<artifactId>omnifaces</artifactId>
74-
<version>5.4.3</version>
74+
<version>5.4.5</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.jsoup</groupId>
7878
<artifactId>jsoup</artifactId>
79-
<version>1.22.2</version>
79+
<version>1.23.1</version>
8080
</dependency>
8181

8282
<!-- Test Dependencies -->

0 commit comments

Comments
 (0)