Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 18, 2024
1 parent 82b13de commit 23187db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/DependencyVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ object DependencyVersions {
const val MOCKK_VERSION = "1.12.3"
const val SPRING_MOCKK_VERSION = "3.1.1"
const val NIMBUS_VERSION = "9.21"
const val APACHE_POI_VERSION = "5.0.0"
const val APACHE_POI_OOXML = "5.0.0"
const val APACHE_POI_VERSION = "4.1.2"
const val APACHE_POI_OOXML = "4.1.2"
}

0 comments on commit 23187db

Please sign in to comment.