|
6 | 6 |
|
7 | 7 | <groupId>software.xdev.sse</groupId> |
8 | 8 | <artifactId>bom</artifactId> |
9 | | - <version>1.0.6-SNAPSHOT</version> |
| 9 | + <version>1.1.0-SNAPSHOT</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 | <name>bom</name> |
|
42 | 42 | </licenses> |
43 | 43 |
|
44 | 44 | <properties> |
45 | | - <javaVersion>17</javaVersion> |
46 | | - <maven.compiler.release>${javaVersion}</maven.compiler.release> |
47 | | - |
48 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | 46 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
50 | 47 | </properties> |
|
54 | 51 | <dependency> |
55 | 52 | <groupId>software.xdev.sse</groupId> |
56 | 53 | <artifactId>client-storage</artifactId> |
57 | | - <version>1.0.6-SNAPSHOT</version> |
| 54 | + <version>1.1.0-SNAPSHOT</version> |
58 | 55 | </dependency> |
59 | 56 | <dependency> |
60 | 57 | <groupId>software.xdev.sse</groupId> |
61 | 58 | <artifactId>crypto-symmetric</artifactId> |
62 | | - <version>1.0.6-SNAPSHOT</version> |
| 59 | + <version>1.1.0-SNAPSHOT</version> |
63 | 60 | </dependency> |
64 | 61 | <dependency> |
65 | 62 | <groupId>software.xdev.sse</groupId> |
66 | 63 | <artifactId>crypto-symmetric-managed</artifactId> |
67 | | - <version>1.0.6-SNAPSHOT</version> |
| 64 | + <version>1.1.0-SNAPSHOT</version> |
68 | 65 | </dependency> |
69 | 66 | <dependency> |
70 | 67 | <groupId>software.xdev.sse</groupId> |
71 | 68 | <artifactId>codec-sha256</artifactId> |
72 | | - <version>1.0.6-SNAPSHOT</version> |
| 69 | + <version>1.1.0-SNAPSHOT</version> |
73 | 70 | </dependency> |
74 | 71 | <dependency> |
75 | 72 | <groupId>software.xdev.sse</groupId> |
76 | 73 | <artifactId>csp</artifactId> |
77 | | - <version>1.0.6-SNAPSHOT</version> |
| 74 | + <version>1.1.0-SNAPSHOT</version> |
78 | 75 | </dependency> |
79 | 76 | <dependency> |
80 | 77 | <groupId>software.xdev.sse</groupId> |
81 | 78 | <artifactId>metrics</artifactId> |
82 | | - <version>1.0.6-SNAPSHOT</version> |
| 79 | + <version>1.1.0-SNAPSHOT</version> |
83 | 80 | </dependency> |
84 | 81 | <dependency> |
85 | 82 | <groupId>software.xdev.sse</groupId> |
86 | 83 | <artifactId>oauth2-oidc</artifactId> |
87 | | - <version>1.0.6-SNAPSHOT</version> |
| 84 | + <version>1.1.0-SNAPSHOT</version> |
88 | 85 | </dependency> |
89 | 86 | <dependency> |
90 | 87 | <groupId>software.xdev.sse</groupId> |
91 | 88 | <artifactId>oauth2-oidc-remember-me</artifactId> |
92 | | - <version>1.0.6-SNAPSHOT</version> |
| 89 | + <version>1.1.0-SNAPSHOT</version> |
93 | 90 | </dependency> |
94 | 91 | <dependency> |
95 | 92 | <groupId>software.xdev.sse</groupId> |
96 | 93 | <artifactId>vaadin</artifactId> |
97 | | - <version>1.0.6-SNAPSHOT</version> |
| 94 | + <version>1.1.0-SNAPSHOT</version> |
98 | 95 | </dependency> |
99 | 96 | <dependency> |
100 | 97 | <groupId>software.xdev.sse</groupId> |
101 | 98 | <artifactId>web</artifactId> |
102 | | - <version>1.0.6-SNAPSHOT</version> |
| 99 | + <version>1.1.0-SNAPSHOT</version> |
103 | 100 | </dependency> |
104 | 101 | <dependency> |
105 | 102 | <groupId>software.xdev.sse</groupId> |
106 | 103 | <artifactId>web-sidecar-actuator</artifactId> |
107 | | - <version>1.0.6-SNAPSHOT</version> |
| 104 | + <version>1.1.0-SNAPSHOT</version> |
108 | 105 | </dependency> |
109 | 106 | <dependency> |
110 | 107 | <groupId>software.xdev.sse</groupId> |
111 | 108 | <artifactId>web-sidecar-common</artifactId> |
112 | | - <version>1.0.6-SNAPSHOT</version> |
| 109 | + <version>1.1.0-SNAPSHOT</version> |
113 | 110 | </dependency> |
114 | 111 | </dependencies> |
115 | 112 | </dependencyManagement> |
|
0 commit comments