|
24 | 24 | <url>https://github.com/m-moris/log4j2-azure-blob-appender</url>
|
25 | 25 | <connection>scm:git:https://github.com/m-moris/log4j2-azure-blob-appender.git</connection>
|
26 | 26 | <developerConnection>scm:git:https://github.com/m-moris/log4j2-azure-blob-appender.git</developerConnection>
|
27 |
| - <tag>2.3.0</tag> |
| 27 | + <tag>2.4.0</tag> |
28 | 28 | </scm>
|
29 | 29 | <url>https://github.com/m-moris/log4j2-azure-blob-appender</url>
|
30 | 30 | <properties>
|
31 |
| - <revision>2.3.0</revision> |
| 31 | + <revision>2.4.0</revision> |
32 | 32 | <changelist>-SNAPSHOT</changelist>
|
33 | 33 | <sha1/>
|
34 | 34 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>org.apache.logging.log4j</groupId>
|
55 | 55 | <artifactId>log4j-core</artifactId>
|
56 |
| - <version>2.23.1</version> |
| 56 | + <version>2.24.3</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>com.azure</groupId>
|
60 | 60 | <artifactId>azure-storage-blob</artifactId>
|
61 |
| - <version>12.25.2</version> |
| 61 | + <version>12.29.0</version> |
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>com.azure</groupId>
|
65 | 65 | <artifactId>azure-identity</artifactId>
|
66 |
| - <version>1.11.3</version> |
| 66 | + <version>1.15.0</version> |
67 | 67 | </dependency>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.junit.jupiter</groupId>
|
70 | 70 | <artifactId>junit-jupiter-api</artifactId>
|
71 |
| - <version>5.10.2</version> |
| 71 | + <version>5.11.4</version> |
72 | 72 | <scope>test</scope>
|
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.apache.commons</groupId>
|
76 | 76 | <artifactId>commons-lang3</artifactId>
|
77 |
| - <version>3.14.0</version> |
| 77 | + <version>3.17.0</version> |
78 | 78 | <scope>test</scope>
|
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.junit.jupiter</groupId>
|
82 | 82 | <artifactId>junit-jupiter-engine</artifactId>
|
83 |
| - <version>5.10.2</version> |
| 83 | + <version>5.11.4</version> |
84 | 84 | <scope>test</scope>
|
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>com.fasterxml.jackson.core</groupId>
|
88 | 88 | <artifactId>jackson-databind</artifactId>
|
89 |
| - <version>2.13.4.2</version> |
| 89 | + <version>2.18.2</version> |
90 | 90 | <scope>test</scope>
|
91 | 91 | </dependency>
|
92 | 92 | </dependencies>
|
|
0 commit comments