Skip to content

Commit c736c9e

Browse files
Merge branch 'main' of github.com:flowable/flowable-engine
2 parents 6b2e79b + a4ba76a commit c736c9e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

distro/src/notice.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ org.springframework spring-aop 5.3.24 The
148148
org.springframework spring-core 5.3.24 The Apache Software License, Version 2.0
149149
org.springframework spring-expression 5.3.24 The Apache Software License, Version 2.0
150150
org.springframework spring-orm 5.3.24 The Apache Software License, Version 2.0
151-
org.springframework.security spring-security-config 5.8.0 The Apache Software License, Version 2.0
152-
org.springframework.security spring-security-core 5.8.0 The Apache Software License, Version 2.0
153-
org.springframework.security spring-security-crypto 5.8.0 The Apache Software License, Version 2.0
154-
org.springframework.security spring-security-web 5.8.0 The Apache Software License, Version 2.0
151+
org.springframework.security spring-security-config 5.8.1 The Apache Software License, Version 2.0
152+
org.springframework.security spring-security-core 5.8.1 The Apache Software License, Version 2.0
153+
org.springframework.security spring-security-crypto 5.8.1 The Apache Software License, Version 2.0
154+
org.springframework.security spring-security-web 5.8.1 The Apache Software License, Version 2.0
155155
org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license
156156
org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0
157157
xerces xercesImpl 2.12.1 The Apache Software License, Version 2.0

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- When updating one spring version, make sure that all of them are updated to their latest compatible versions -->
1717
<spring.boot.version>2.7.6</spring.boot.version>
1818
<spring.framework.version>5.3.24</spring.framework.version>
19-
<spring.security.version>5.8.0</spring.security.version>
19+
<spring.security.version>5.8.1</spring.security.version>
2020
<spring.amqp.version>2.4.8</spring.amqp.version>
2121
<spring.kafka.version>2.8.11</spring.kafka.version>
2222
<reactor-netty.version>1.0.25</reactor-netty.version>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.apache.httpcomponents</groupId>
129129
<artifactId>httpclient</artifactId>
130-
<version>4.5.13</version>
130+
<version>4.5.14</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)