From 3efc3ebf6f7b6ebe2a6afad3ae2ceb38656c4d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Dec 2020 16:56:41 +0000 Subject: [PATCH 1/3] Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d98ed92..d8f017b 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ junit junit - 4.12 + 4.13.1 javax.servlet From 0e938b47a6e857ce5fc7ef7e258d2dfceb146f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:31:14 +0000 Subject: [PATCH 2/3] Bump commons-collections from 3.2.1 to 3.2.2 Bumps commons-collections from 3.2.1 to 3.2.2. --- updated-dependencies: - dependency-name: commons-collections:commons-collections dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d8f017b..19ec0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 log4j From 38ad20cc99aa2c89294d44a85da89d464be03e27 Mon Sep 17 00:00:00 2001 From: Lynn Langit Date: Thu, 31 Oct 2024 19:46:52 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5742aab..407f84e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ That repo contains a starter set (.jar) of .java files for teachers to use with This repository contains the TKP Java API source used to create and support the teaching repository. Here we've implemented a Logo-like library, which includes objects such as a Turtle, Tortoise and many more. We've also created documentation and examples specifically designed to be fun for kids ages 10-14 to learn to code. We welcome feedback, suggestions and pull requests! -# Contribute to TKP Java - -We have a short document which describes our approach to courseware design. It is [on penflip](https://www.penflip.com/lynnlangit/tkp-lesson-plans/blob/master/course100.txt) ## Setup a local development environment First [create your own a repository fork](https://github.com/TeachingKidsProgramming/TeachingKidsProgramming.Source.Java#fork-destination-box). Then, follow the instructions below to get started on your preferred platform.