Skip to content

Commit a9ebd6e

Browse files
authored
Merge pull request #2061 from bosch-io/bugfix/fixing-cves
Fixing CVEs
2 parents d671da9 + 5973f22 commit a9ebd6e

File tree

5 files changed

+8
-82
lines changed

5 files changed

+8
-82
lines changed

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<pjfanning-pekko-rabbitmq.version>7.0.0</pjfanning-pekko-rabbitmq.version>
6767
<amqp-client.version>5.18.0</amqp-client.version>
6868
<reactive-streams.version>1.0.4</reactive-streams.version>
69-
<netty-bom.version>4.1.112.Final</netty-bom.version>
69+
<netty-bom.version>4.1.115.Final</netty-bom.version>
7070
<cloudevents.version>2.5.0</cloudevents.version>
7171

7272
<slf4j.version>2.0.16</slf4j.version>
@@ -76,7 +76,7 @@
7676
<janino.version>3.1.12</janino.version>
7777

7878
<!-- ### Metrics and Tracing -->
79-
<kamon.version>2.7.3</kamon.version>
79+
<kamon.version>2.7.5</kamon.version>
8080

8181
<jsr305.version>3.0.2</jsr305.version>
8282

documentation/src/main/resources/Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 4.3.2"
11+
gem "jekyll", "~> 4.3.4"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414

@@ -21,6 +21,9 @@ group :jekyll_plugins do
2121
gem "jekyll-sitemap", "~> 1.4.0"
2222
end
2323

24+
# Fixing https://www.mend.io/vulnerability-database/CVE-2024-49761
25+
gem 'rexml', '>= 3.3.9'
26+
2427
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2528
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2629

documentation/src/main/resources/Gemfile.lock

-77
This file was deleted.

documentation/src/main/resources/pages/ditto/release_notes_353.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This was fixed in PR [#1901](https://github.com/eclipse-ditto/ditto/pull/1901).
4444
#### Ensure consistency when doing signal enrichment
4545

4646
When e.g. a Ditto connection published many events for a single thing in a short time and using
47-
[signal enrichment](basic-enrichment.hml), it was not guaranteed that the "enriched" data was from the same `revision`
47+
[signal enrichment](basic-enrichment.html), it was not guaranteed that the "enriched" data was from the same `revision`
4848
as the published event - leading to inconsistencies for things with high frequent updates.
4949
This was reported in issue [#1893](https://github.com/eclipse-ditto/ditto/issues/1893) and fixed in PR
5050
[#1904](https://github.com/eclipse-ditto/ditto/pull/1904).

documentation/src/main/resources/slides/2024_02_27_eclipse-iot-wg-update/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h2>Achievements - Blog posts</h2>
367367
<li class="fragment" style="font-size: 0.9em; margin-top: 0.5em;"><a href="https://www.hivemq.com/blog/hands-on-guide-using-mqtt-hivemq-eclipse-ditto-digital-twins-iiot/">Hands-on Guide to Using MQTT and Eclipse Ditto for Digital Twins</a></li>
368368
</ul>
369369
</li>
370-
<li class="fragment" style="font-size: 0.9em; margin-top: 0.5em;"><a href="2024-02-27-integrating-ditto-aas-basyx.html">Integrate Eclipse Ditto Things in an Asset Administration Shell Environment</a> (published today)</li>
370+
<li class="fragment" style="font-size: 0.9em; margin-top: 0.5em;"><a href="https://eclipse.dev/ditto/2024-02-27-integrating-ditto-aas-basyx.html">Integrate Eclipse Ditto Things in an Asset Administration Shell Environment</a> (published today)</li>
371371
</ul>
372372
</section>
373373
<section id="achievements-7" style="clear: both;">

0 commit comments

Comments
 (0)