Skip to content

Commit 52f9143

Browse files
authored
Merge pull request #179 from xdev-software/develop
Release 2.0.2
2 parents 2f72025 + 5e7c2fe commit 52f9143

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.2
2+
* Updated dependencies
3+
14
## 2.0.1
25

36
* Updated dependencies
@@ -11,4 +14,4 @@
1114
* Don't load anything from remote servers that are not under control of the user
1215
* Shrunk the jar
1316
* Removed default leafletmap tile layer; has to be set manually due to usage policy
14-
* Updated dependency versions
17+
* Updated dependency versions

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3434

3535
<!-- Dependency-Versions -->
36-
<vaadin.version>23.2.2</vaadin.version>
36+
<vaadin.version>23.2.4</vaadin.version>
3737
</properties>
3838

3939

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

5353
<!-- Dependency-Versions -->
54-
<vaadin.version>23.2.2</vaadin.version>
54+
<vaadin.version>23.2.4</vaadin.version>
5555
</properties>
5656

5757
<dependencyManagement>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.fasterxml.jackson.core</groupId>
112112
<artifactId>jackson-databind</artifactId>
113-
<version>2.13.4</version>
113+
<version>2.13.4.2</version>
114114
</dependency>
115115

116116
<dependency>

0 commit comments

Comments
 (0)