File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
+ ## v1.4.4 [ 2022-06-08]
5
+
6
+ Rebuild container to pull in newer version of Python (3.6.9)
7
+ Use Java 17 LTS
8
+ Update Docker command java location
9
+
10
+ Bump postgresql from 1.17.1 to 1.17.2
11
+ Bump spring-data-commons from 2.6.3 to 2.7.0
12
+ Bump hibernate-types-55 from 2.16.1 to 2.16.2
13
+ Bump jena-core from 4.4.0 to 4.5.0
14
+ Bump jackson-core from 2.13.2 to 2.13.3
15
+ Update spring boot (2.6.1 → 2.6.7), liquibase (unpinned → 4.10.), jgit (5.13 → 6.1)
16
+ Bump liquibase-core from 4.10.0 to 4.11.0
17
+ Bump junit-jupiter from 1.17.1 to 1.17.2
18
+
4
19
## v1.4.3 [ 2022-04-19]
5
20
A few workflows were not rendering correctly after the upgrade from MongoDB to
6
21
PostgreSQL. The reason was a security update in Thymeleaf that stopped Java
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.commonwl.view</groupId >
8
8
<artifactId >cwlviewer</artifactId >
9
- <version >1.4.4-SNAPSHOT </version >
9
+ <version >1.4.4</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >CWLViewer</name >
You can’t perform that action at this time.
0 commit comments