Skip to content

Commit

Permalink
Updated to latest test containers, gradle, and bumped snapshot to 2.0.0x
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jun 18, 2023
1 parent b763c6d commit 7327589
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please create issues on the main kotest [board](https://github.com/kotest/kotest

## Changelog

### 1.4.0
### 2.0.0

* Deprecated older extensions and introduced `JdbcDatabaseContainerExtension` and `ContainerExtension` extensions
* Deprecated Kafka extensions in favour of the `kotest-extensions-testcontainers-kafka` module
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Ci.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Ci {

// this is the version used for building snapshots
// .GITHUB_RUN_NUMBER-snapshot will be appended
private const val snapshotBase = "1.4.0"
private const val snapshotBase = "2.0.0"

private val githubRunNumber = System.getenv("GITHUB_RUN_NUMBER")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
testcontainers = "1.17.6"
testcontainers = "1.18.3"
kotest = "5.5.4"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7327589

Please sign in to comment.