Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 4495c85

Browse files
Bump assertj-core from 3.20.2 to 3.21.0
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.20.2 to 3.21.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.20.2...assertj-core-3.21.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 447a1a9 commit 4495c85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<jacoco.version>0.8.7</jacoco.version>
1717
<jdk.version>11</jdk.version>
1818
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
19-
<kotlin.version>1.5.30</kotlin.version>
19+
<kotlin.version>1.5.31</kotlin.version>
2020
<coroutine.version>1.5.2</coroutine.version>
2121
<maven.compiler.source>11</maven.compiler.source>
2222
<maven.compiler.target>11</maven.compiler.target>
@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>org.assertj</groupId>
189189
<artifactId>assertj-core</artifactId>
190-
<version>3.20.2</version>
190+
<version>3.21.0</version>
191191
<scope>test</scope>
192192
</dependency>
193193
<dependency>
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>org.jooq</groupId>
206206
<artifactId>jooq</artifactId>
207-
<version>3.15.2</version>
207+
<version>3.15.3</version>
208208
</dependency>
209209
<dependency>
210210
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)