Skip to content

Commit 0776447

Browse files
authored
Merge branch 'master' into dependabot/maven/activemq.version-6.2.1
2 parents 0aadadb + 70ae41d commit 0776447

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
<maven-plugin-tools.version>3.15.2</maven-plugin-tools.version>
501501
<maven-archetype.version>3.4.1</maven-archetype.version>
502502
<activemq.version>6.2.1</activemq.version>
503-
<surefire.version>3.5.4</surefire.version>
503+
<surefire.version>3.5.5</surefire.version>
504504
<!-- This variable is used in some Xdocs and is substituted using Velocity. Note that
505505
we can't use the project.version variable directly because of the dot. See
506506
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html -->
@@ -693,7 +693,7 @@
693693
<dependency>
694694
<groupId>org.mockito</groupId>
695695
<artifactId>mockito-core</artifactId>
696-
<version>5.21.0</version>
696+
<version>5.22.0</version>
697697
</dependency>
698698
<dependency>
699699
<groupId>org.apache.ws.xmlschema</groupId>
@@ -1035,7 +1035,7 @@
10351035
<dependency>
10361036
<groupId>net.bytebuddy</groupId>
10371037
<artifactId>byte-buddy</artifactId>
1038-
<version>1.18.5</version>
1038+
<version>1.18.7</version>
10391039
</dependency>
10401040
</dependencies>
10411041
</dependencyManagement>
@@ -1172,7 +1172,7 @@
11721172
<plugin>
11731173
<groupId>org.apache.felix</groupId>
11741174
<artifactId>maven-bundle-plugin</artifactId>
1175-
<version>6.0.0</version>
1175+
<version>6.0.2</version>
11761176
<configuration>
11771177
<instructions>
11781178
<_bundleannotations />

0 commit comments

Comments
 (0)