Skip to content

Commit

Permalink
[release] Prepare and release 1.0.38
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Oct 10, 2023
1 parent a1c7978 commit 8bddf51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -22,10 +22,10 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty:reactor-netty-core:1.0.38-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.37"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.38-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.37"
//compile "io.projectreactor.netty:reactor-netty-core:1.0.39-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-core:1.0.38"
//compile "io.projectreactor.netty:reactor-netty-http:1.0.39-SNAPSHOT"
compile "io.projectreactor.netty:reactor-netty-http:1.0.38"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -97,7 +97,7 @@ ext {
logbackVersion = '1.2.12'

// Netty
nettyDefaultVersion = '4.1.99.Final'
nettyDefaultVersion = '4.1.100.Final'
if (!project.hasProperty("forceNettyVersion")) {
nettyVersion = nettyDefaultVersion
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
@@ -1,7 +1,7 @@
reactorPoolVersion=0.2.13-SNAPSHOT
version=1.0.38-SNAPSHOT
reactorNettyQuicVersion=0.0.27-SNAPSHOT
reactorCoreVersion=3.4.34-SNAPSHOT
reactorAddonsVersion=3.4.11-SNAPSHOT
reactorPoolVersion=0.2.12
version=1.0.38
reactorNettyQuicVersion=0.0.27
reactorCoreVersion=3.4.33
reactorAddonsVersion=3.4.10
compatibleVersion=1.0.37
bomVersion=2020.0.37
4 changes: 2 additions & 2 deletions reactor-netty-incubator-quic/README.md
Expand Up @@ -13,8 +13,8 @@ With `Gradle` from [repo.spring.io](https://repo.spring.io) or `Maven Central` r
}
dependencies {
//compile "io.projectreactor.netty.incubator:reactor-netty-incubator-quic:0.0.27-SNAPSHOT"
compile "io.projectreactor.netty.incubator:reactor-netty-incubator-quic:0.0.26"
//compile "io.projectreactor.netty.incubator:reactor-netty-incubator-quic:0.0.28-SNAPSHOT"
compile "io.projectreactor.netty.incubator:reactor-netty-incubator-quic:0.0.27"
}
```

Expand Down

0 comments on commit 8bddf51

Please sign in to comment.