Skip to content

Commit c90d688

Browse files
Merge pull request #1657 from atlassian/bamboo/upd-pom-dependencies
bamboo/upd-pom-dependencies
2 parents 6718cfb + 338d466 commit c90d688

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/util/bamboo/bamboo_dataset_generator/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
<dependency>
6363
<groupId>com.google.guava</groupId>
6464
<artifactId>guava</artifactId>
65-
<version>33.3.1-jre</version>
65+
<version>33.4.0-jre</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-core</artifactId>
70-
<version>2.18.1</version>
70+
<version>2.18.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-databind</artifactId>
75-
<version>2.18.1</version>
75+
<version>2.18.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.jayway.jsonpath</groupId>
@@ -92,22 +92,22 @@
9292
<dependency>
9393
<groupId>commons-codec</groupId>
9494
<artifactId>commons-codec</artifactId>
95-
<version>1.17.1</version>
95+
<version>1.17.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.apache.logging.log4j</groupId>
9999
<artifactId>log4j-api</artifactId>
100-
<version>2.24.1</version>
100+
<version>2.24.3</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.apache.logging.log4j</groupId>
104104
<artifactId>log4j-core</artifactId>
105-
<version>2.24.1</version>
105+
<version>2.24.3</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.apache.logging.log4j</groupId>
109109
<artifactId>log4j-slf4j-impl</artifactId>
110-
<version>2.24.1</version>
110+
<version>2.24.3</version>
111111
</dependency>
112112
</dependencies>
113113

app/util/k8s/dcapt.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ bamboo_nfs_limits_memory = "2Gi"
461461
# Documentation can be found via:
462462
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
463463
# https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
464-
bamboo_db_major_engine_version = "15"
464+
bamboo_db_major_engine_version = "14"
465465
bamboo_db_instance_class = "db.t3.medium"
466466
bamboo_db_allocated_storage = 100
467467
bamboo_db_iops = 1000

0 commit comments

Comments
 (0)