This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 74242ce69f1 Bump org.scala-lang:scala-library from 2.12.18 to 2.12.19
(#12104)
74242ce69f1 is described below
commit 74242ce69f13ec00ac34e5623b8de260534c8630
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 1 15:49:49 2024 +0800
Bump org.scala-lang:scala-library from 2.12.18 to 2.12.19 (#12104)
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from
2.12.18 to 2.12.19.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](https://github.com/scala/scala/compare/v2.12.18...v2.12.19)
---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 96900d02632..69b2deb27be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<reactor.version>3.5.10</reactor.version>
<reflections.version>0.10.2</reflections.version>
<rocketmq-client.version>5.1.3</rocketmq-client.version>
- <scala.library.version>2.12.18</scala.library.version>
+ <scala.library.version>2.12.19</scala.library.version>
<scala.version>2.12</scala.version>
<!-- Newer version requires refactoring of testsuite -->
<scalatest.version>3.0.9</scalatest.version>