Skip to content

Commit

Permalink
#14 - Updated SLF4j, BouncyCastle, JUnit and mockk to there newest ve…
Browse files Browse the repository at this point in the history
…rsions (#18)
  • Loading branch information
jnk-cons committed Jan 22, 2024
1 parent 61227ff commit bd3fe60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@

<properties>
<kotlin.version>1.9.10</kotlin.version>
<slf4j.version>2.0.9</slf4j.version>
<slf4j.version>2.0.11</slf4j.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>
<bouncycastle.version>1.76</bouncycastle.version>
<junit.version>5.10.0</junit.version>
<mockk.version>1.13.7</mockk.version>
<bouncycastle.version>1.77</bouncycastle.version>
<junit.version>5.10.1</junit.version>
<mockk.version>1.13.9</mockk.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<sources-plugin.version>3.3.0</sources-plugin.version>
Expand Down

0 comments on commit bd3fe60

Please sign in to comment.