Skip to content

Commit 173e63c

Browse files
committed
feature: Upgrade to embabel 1.0.0. Use spring-boot 3.5.16 as base
1 parent d944b3b commit 173e63c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Starting point for your own agent development using the [Embabel framework](https://github.com/embabel/embabel-agent).
1212

13-
Uses Spring Boot 3.5.9 and Embabel 0.3.1.
13+
Uses Spring Boot 3.5.16 and Embabel 1.0.0.
1414

1515
Add your magic here!
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>21</java.version>
21-
<embabel-agent.version>0.5.0</embabel-agent.version>
21+
<embabel-agent.version>1.0.0</embabel-agent.version>
2222
</properties>
2323

2424
<dependencies>

src/main/java/com/embabel/template/ProjectNameApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024-2025 Embabel Software, Inc.
2+
* Copyright 2024-2026 Embabel Software, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024-2025 Embabel Software, Inc.
2+
* Copyright 2024-2026 Embabel Software, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)