Skip to content

Commit 4b3e0d7

Browse files
committed
Bump versions
1 parent 80df79d commit 4b3e0d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val pekkoHTTPVersion = "1.1.0"
1111
val pekkoConnectorVersion = "1.1.0"
1212
val pekkoConnectorKafkaVersion = "1.1.0"
1313

14-
val kafkaVersion = "3.8.1"
14+
val kafkaVersion = "3.9.0"
1515
val activemqVersion = "5.18.5" // We are stuck with 5.x
1616
val artemisVersion = "2.39.0"
1717
val testContainersVersion = "1.20.4"
@@ -52,12 +52,12 @@ libraryDependencies ++= Seq(
5252
"org.apache.activemq" % "activemq-kahadb-store" % activemqVersion,
5353
"org.apache.pekko" %% "pekko-connectors-jms" % pekkoConnectorVersion,
5454
"javax.jms" % "jms" % "1.1",
55-
"javax.xml.bind" % "jaxb-api" % "2.3.1",
55+
"jakarta.xml.bind" % "jakarta.xml.bind-api" % "4.0.2",
5656
"org.apache.activemq" % "artemis-jms-server" % artemisVersion,
5757
"org.apache.activemq" % "artemis-protocols" % artemisVersion pomOnly(),
5858
"org.apache.activemq" % "artemis-openwire-protocol" % artemisVersion,
5959

60-
"org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1",
60+
"org.bouncycastle" % "bcprov-jdk15to18" % "1.80",
6161

6262
"org.apache.pekko" %% "pekko-connectors-kafka" % pekkoConnectorKafkaVersion,
6363
"org.apache.kafka" %% "kafka" % kafkaVersion,

src/main/scala/alpakka/env/jms/AESBroker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package alpakka.env.jms;
22

3+
import jakarta.xml.bind.DatatypeConverter;
34
import org.apache.activemq.broker.Broker;
45
import org.apache.activemq.broker.BrokerFilter;
56
import org.apache.activemq.broker.ProducerBrokerExchange;
@@ -14,7 +15,6 @@
1415
import javax.crypto.spec.IvParameterSpec;
1516
import javax.crypto.spec.SecretKeySpec;
1617
import javax.jms.JMSException;
17-
import javax.xml.bind.DatatypeConverter;
1818
import java.io.ByteArrayInputStream;
1919
import java.io.ByteArrayOutputStream;
2020
import java.io.IOException;

0 commit comments

Comments
 (0)