This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 2ce80b17f7 Update Netty to 4.1.100.final (#689)
2ce80b17f7 is described below
commit 2ce80b17f7eff1c4a222dc6054422095e9c08948
Author: AndyChen <[email protected]>
AuthorDate: Wed Oct 11 17:50:27 2023 +0800
Update Netty to 4.1.100.final (#689)
---
docs/src/main/paradox/additional/osgi.md | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/main/paradox/additional/osgi.md
b/docs/src/main/paradox/additional/osgi.md
index 6e93ccd4e8..603da1cb26 100644
--- a/docs/src/main/paradox/additional/osgi.md
+++ b/docs/src/main/paradox/additional/osgi.md
@@ -16,7 +16,7 @@ To use Apache Pekko in OSGi, you must add the following
dependency in your proje
## Background
[OSGi](https://www.osgi.org/resources/where-to-start/) is a mature packaging
and deployment standard for component-based systems. It
-has similar capabilities as [Project
Jigsaw](https://openjdk.java.net/projects/jigsaw/) (originally scheduled for
JDK 1.8), but has far stronger facilities to
+has similar capabilities as [Project
Jigsaw](https://openjdk.org/projects/jigsaw/) (originally scheduled for JDK
1.8), but has far stronger facilities to
support legacy Java code. This is to say that while Jigsaw-ready modules
require significant changes to most source files
and on occasion to the structure of the overall application, OSGi can be used
to modularize almost any Java code as far
back as JDK 1.2, usually with no changes at all to the binaries.
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 79cfc7bffb..5e792d0a45 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.19.2"
- val nettyVersion = "4.1.98.Final"
+ val nettyVersion = "4.1.100.Final"
val protobufJavaVersion = "3.19.6"
val logbackVersion = "1.2.11"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]