File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ pipeline:
109109 tag : ${{package.version}}
110110 expected-commit : 00336141f90b2456d7aa35e9052fd6baf7147423
111111
112+ - uses : patch
113+ with :
114+ patches : netty-bump.patch
115+
112116 - runs : |
113117 echo "org.gradle.daemon=false" >> gradle.properties
114118 gradle localDistro --parallel -Dbuild.snapshot="false" -Dbuild.version_qualifier=""
@@ -190,6 +194,9 @@ subpackages:
190194
191195 echo "Using plugin tag: $LATEST_TAG"
192196 git checkout --quiet "$LATEST_TAG"
197+ - uses : patch
198+ with :
199+ patches : netty-bump.patch
193200 - runs : |
194201 cd ./plugins/${{range.key}}
195202
Original file line number Diff line number Diff line change 1+ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
2+ --- a/gradle/libs.versions.toml
3+ +++ b/gradle/libs.versions.toml
4+ @@ -36,7 +36,7 @@ json_smart = "2.5.2"
5+ # when updating the JNA version, also update the version in buildSrc/build.gradle
6+ jna = "5.16.0"
7+
8+ - netty = "4.2.7.Final"
9+ + netty = "4.2.8.Final"
10+ joda = "2.12.7"
11+ roaringbitmap = "1.3.0"
12+
You can’t perform that action at this time.
0 commit comments