Skip to content

Commit 9264e01

Browse files
authored
Merge pull request #404 from rhusar/dependabot/maven/org.jboss.shrinkwrap.resolver-shrinkwrap-resolver-bom-3.3.5
build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom
2 parents 310c6c7 + 70ecc75 commit 9264e01

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

build/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@
131131
<version>${version.httpcore}</version>
132132
</dependency>
133133

134+
<!-- Hamcrest -->
135+
<dependency>
136+
<groupId>org.hamcrest</groupId>
137+
<artifactId>hamcrest</artifactId>
138+
<version>${version.hamcrest}</version>
139+
</dependency>
140+
134141
<!-- Mockito -->
135142
<dependency>
136143
<groupId>org.mockito</groupId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,12 @@
9696
<version.httpcore>5.4.1</version.httpcore>
9797

9898
<!-- Tests -->
99+
<version.hamcrest>3.0</version.hamcrest>
99100
<version.junit>6.0.2</version.junit>
100101
<version.mockito>5.21.0</version.mockito>
101102
<version.jacoco>0.8.14</version.jacoco>
102103
<version.shrinkwrap>1.2.6</version.shrinkwrap>
103-
<version.shrinkwrap.resolver>3.3.4</version.shrinkwrap.resolver>
104+
<version.shrinkwrap.resolver>3.3.5</version.shrinkwrap.resolver>
104105
<version.jboss_spec>3.0.3.Final</version.jboss_spec>
105106
<!-- Those properties build the java command line for the the maven-surefire-plugin, defined in "build/pom.xml".
106107
Test projects or profiles might redefine them. -->

0 commit comments

Comments
 (0)