Skip to content

Commit 526b34b

Browse files
committed
prepare Ditto 3.4.0 release
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
1 parent 900eda4 commit 526b34b

File tree

14 files changed

+33
-23
lines changed

14 files changed

+33
-23
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ These versions of Eclipse Ditto Clients are currently being supported with secur
66

77
| Version | Supported |
88
|---------| ------------------ |
9+
| 3.4.x | :white_check_mark: |
910
| 3.3.x | :white_check_mark: |
10-
| 3.2.x | :white_check_mark: |
11-
| < 3.2.0 | :x: |
11+
| < 3.3.0 | :x: |
1212

1313
## Reporting a Vulnerability
1414

javascript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to the Ditto JavaScript client will be documented in this file.
33

4+
## [3.4.0] - 2023-10-12
5+
6+
### Dependencies
7+
8+
No dependencies were explicitly updated.
9+
10+
### Features / Bug fixes
11+
12+
None in this release.
13+
414
## [3.3.4] - 2023-06-23
515

616
### Dependencies

javascript/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "3.3.0"
19+
"version": "3.4.0"
2020
}

javascript/lib/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-api",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/lib/dom/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-dom",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/lib/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/lib/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client-node",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",

javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-ditto/ditto-javascript-client",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A library supporting you to work with the APIs of Eclipse Ditto 3.x.",
55
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
66
"repository": "https://github.com/eclipse-ditto/ditto-clients",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
22
com.neovisionaries:nv-websocket-client:jar:2.14:compile
3-
org.atteo.classindex:classindex:jar:3.11:compile
3+
org.atteo.classindex:classindex:jar:3.13:compile
44
org.reactivestreams:reactive-streams:jar:1.0.4:compile
55
org.slf4j:slf4j-api:jar:1.7.36:compile

legal/3rd-party-dependencies/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
biz.aQute.bnd:bndlib:jar:2.4.0:test
2-
ch.qos.logback:logback-classic:jar:1.2.11:test
3-
ch.qos.logback:logback-core:jar:1.2.11:test
2+
ch.qos.logback:logback-classic:jar:1.2.12:test
3+
ch.qos.logback:logback-core:jar:1.2.12:test
44
com.beust:jcommander:jar:1.78:test
55
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
66
junit:junit:jar:4.13.2:test
77
net.bytebuddy:byte-buddy-agent:jar:1.12.13:test
8-
net.bytebuddy:byte-buddy:jar:1.12.10:test
8+
net.bytebuddy:byte-buddy:jar:1.12.21:test
99
nl.jqno.equalsverifier:equalsverifier:jar:3.10.1:test
1010
org.apache.felix:org.apache.felix.framework:jar:7.0.3:test
1111
org.apache.maven.resolver:maven-resolver-api:jar:1.3.1:test
1212
org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1:test
1313
org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1:test
1414
org.apache.maven.resolver:maven-resolver-util:jar:1.3.1:test
1515
org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:test
16-
org.assertj:assertj-core:jar:3.23.1:test
16+
org.assertj:assertj-core:jar:3.24.2:test
1717
org.awaitility:awaitility:jar:4.2.0:test
1818
org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:test
1919
org.hamcrest:hamcrest-core:jar:1.3:test

legal/NOTICE-THIRD-PARTY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
* Maven sources: https://search.maven.org/remotecontent?filepath=com/neovisionaries/nv-websocket-client/2.14/nv-websocket-client-2.14-sources.jar
2121

2222

23-
## Atteo Class Index (3.11)
23+
## Atteo Class Index (3.13)
2424

25-
* Maven coordinates: `org.atteo.classindex:classindex:3.11`
25+
* Maven coordinates: `org.atteo.classindex:classindex:3.13`
2626
* License: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
2727
* Project: http://atteo.org/static/classindex/classindex
2828
* Sources:
2929
* declared as SCM: https://github.com/atteo/classindex/classindex
30-
* Maven sources: https://search.maven.org/remotecontent?filepath=org/atteo/classindex/classindex/3.11/classindex-3.11-sources.jar
30+
* Maven sources: https://search.maven.org/remotecontent?filepath=org/atteo/classindex/classindex/3.13/classindex-3.13-sources.jar
3131

3232

3333
## reactive-streams (1.0.4)

0 commit comments

Comments
 (0)