Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DevNatan/docker-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bef7d5747a40f09659987f4c4850d4e95b17506
Choose a base ref
..
head repository: DevNatan/docker-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 795003c92efcf6451f899628b40366682179e26a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 gradle/libs.versions.toml
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@ ktx-coroutines = "1.7.3"
ktx-serialization = "1.6.2"
ktor = "2.3.8"
junixsocket = "2.6.1"
ktx-datetime = "0.4.1"
ktx-datetime = "0.5.0"
junit = "5.10.0"
slf4j = "2.0.9"
apache-compress = "1.24.0"
apache-compress = "1.25.0"
kotlinx-io = "0.3.1"
plugin-kotlinter = "4.2.0"
plugin-publishOnCentral = "5.0.23"